Lucene search
+L
LinuxLinux Kernel

14704 matches found

CVE
CVE
added 2025/09/15 2:21 p.m.28 views

CVE-2022-50281

CVE-2022-50281 concerns a leak in the Linux kernel’s SGI-IP27 mips platform-bridge handling. The vulnerability occurs in bridge_platform_create() where, on error after calling platform_device_add()/platform_device_add_data()/platform_device_add_resources(), the failed device (pdev) must be releas...

5.5CVSS6.1AI score0.00145EPSS
Save
CVE
CVE
added 2025/09/15 2:45 p.m.28 views

CVE-2022-50297

CVE-2022-50297 concerns the Linux kernel driver for ath9k USB wireless devices. The issue arises when a USB device claims to be ATH9K but does not expose the endpoints the driver expects; specifically, an interrupt endpoint is presented where a bulk endpoint is anticipated. This mismatch can caus...

5.5CVSS5.9AI score0.00149EPSS
Save
CVE
CVE
added 2025/09/15 2:48 p.m.28 views

CVE-2022-50318

The CVE-2022-50318 issue is in the Linux kernel perf/x86/intel/uncore: hswep_has_limit_sbox reference-count leak. The root cause is that pci_get_device() increments the reference count of the dev object, and pci_read_config_dword() uses it without decrementing; the fix adds pci_dev_put() immediat...

5.5CVSS6.1AI score0.00146EPSS
Save
CVE
CVE
added 2025/09/16 4:11 p.m.28 views

CVE-2022-50343

CVE-2022-50343 is a Linux kernel vulnerability in the rapid io (rapidio) subsystem. The issue is a memory-leak in error handling: when rio_add_device() returns an error, the name allocated by dev_set_name() was not freed, potentially leaking memory. The patch series “rapidio: fix three possible m...

5.5CVSS6.1AI score0.00149EPSS
Save
CVE
CVE
added 2025/09/17 2:56 p.m.28 views

CVE-2022-50360

The CVE-2022-50360 entry concerns a Linux kernel flaw in drm/msm/dp where device-managed resources allocated after component binding could outlive the aggregate DRM device, risking resource leaks or failed binding if binding is retried. The root cause is improper lifetime management: EP (DP AUX) ...

5.5CVSS6.1AI score0.00163EPSS
Save
CVE
CVE
added 2025/09/18 1:33 p.m.28 views

CVE-2022-50389

CVE-2022-50389 : In the Linux kernel, tpm_crb memory leak fix involves adding a call to acpi_put_table() in crb_acpi_add() after retrieving TPM2 table info. This prevents leaking the TPM2 ACPI table after init. The connected advisory explicitly states the root cause and the remediation (acpi_put_...

5.5CVSS6.1AI score0.00146EPSS
Save
CVE
CVE
added 2025/09/18 1:33 p.m.28 views

CVE-2022-50395

CVE-2022-50395 is a Linux kernel vulnerability where a memory leak occurs if keyring allocation fails in the integrity subsystem. The issue is triggered in integrity_init_keyring() when a keyring allocation error path is taken and the allocated key restriction is not freed. The connected advisori...

5.5CVSS6.2AI score0.00147EPSS
Save
CVE
CVE
added 2025/10/01 11:42 a.m.28 views

CVE-2022-50433

CVE-2022-50433 : Linux kernel vulnerability in the EFI/ACPI SSDT handling. Amadeusz reported KASAN use-after-free caused by unconditional kfree() of the new ACPI table when loading SSDTs from variables. Root cause: memory freed on both success and failure, mishandling ACPI core load result. Fix: ...

7.8CVSS6.1AI score0.00143EPSS
Save
CVE
CVE
added 2025/10/01 11:42 a.m.28 views

CVE-2022-50444

The CVE-2022-50444 issue is a Linux kernel refcount leak in the Tegra20 clock init path. Root cause: of_find_matching_node() returns a node pointer with a refcount incremented; missing of_node_put() on termination leads to leaks. A fix in clk: tegra20: Fix refcount leak in tegra20_clock_init adds...

5.5CVSS6AI score0.00149EPSS
Save
CVE
CVE
added 2025/10/01 11:45 a.m.28 views

CVE-2022-50460

The CVE-2022-50460 issue is in the Linux kernel CIFS logic: an xid leak in cifs_flock() when flock is used can leak xid on early return (-ENOLCK). Multiple connected advisories (Astra Linux, Unity Linux, EulerOS, SUSE) cite the same description and confirm a fix in the kernel. The vulnerability i...

5.5CVSS6.1AI score0.00145EPSS
Save
CVE
CVE
added 2025/10/04 3:16 p.m.28 views

CVE-2022-50474

CVE-2022-50474 is a Linux kernel issue affecting the macintosh/macio path, where a device name allocated dynamically after a driver-core change was not freed on of_device_register() failure, causing a memory leak. The fix introduces a put_device() reference release to balance device_initialize() ...

5.5CVSS6AI score0.00152EPSS
Save
CVE
CVE
added 2025/10/04 3:16 p.m.28 views

CVE-2022-50479

In the Linux kernel, the drm/amd driver had a potential memory leak in clk_src when a function hits the last return NULL. The patch fixes this leak by adjusting cleanup paths (s/free/kfree/), per the commit notes. Affected product: Linux kernel with drm/amd component; impact is memory leak (avail...

5.5CVSS6.2AI score0.00128EPSS
Save
CVE
CVE
added 2025/10/04 3:16 p.m.28 views

CVE-2022-50480

CVE-2022-50480 pertains to the Linux kernel memory handling for pl353-smc, where a refcount leak in pl353_smc_probe() was fixed. The issue stems from the break path of for_each_available_child_of_node() not balancing a reference when the child is no longer used; the fix adds a corresponding of_no...

5.5CVSS6AI score0.00146EPSS
Save
CVE
CVE
added 2025/10/04 3:16 p.m.28 views

CVE-2022-50483

CVE-2022-50483 concerns a Linux kernel issue in the net: enetc path where, on XDP redirects, a page reference counting race could leak pages. The root cause: enetc_flip_rx_buff() could be executed before xdp_do_redirect() completes, causing page refcounts to reach 2 (or 0 on some paths) and enabl...

7.5CVSS6AI score0.00397EPSS
Save
CVE
CVE
added 2025/10/04 3:43 p.m.28 views

CVE-2022-50493

CVE-2022-50493 is a Linux kernel vulnerability affecting the scsi/qla2xxx path where a crash can occur during CPU hotplug when an I/O abort times out. The issue stems from abort completion being issued without ensuring the I/O was still outstanding, potentially triggering a crash in the nvme/fabr...

8.8CVSS6.1AI score0.00217EPSS
Save
CVE
CVE
added 2025/10/04 3:43 p.m.28 views

CVE-2022-50497

CVE-2022-50497 affects the Linux kernel’s binfmt_misc subsystem. The provided documents indicate a fix for a shift-out-of-bounds issue in check_special_flags, with UBSAN warning about left shift of 1 by 31 in an unsigned int context. The vulnerability arises from how Node flags/macros are typed, ...

7.1CVSS6.1AI score0.00152EPSS
Save
CVE
CVE
added 2025/10/04 3:43 p.m.28 views

CVE-2022-50507

CVE-2022-50507 : Linux kernel ntfs3 data run offset validation bug. The issue arises from insufficient sanity checks when unpacking NTFS data runs, potentially enabling a use-after-free or out-of-bounds memory access during mount operations. The vulnerability is fixed by adding data-run offset va...

7.8CVSS6.1AI score0.00151EPSS
Save
CVE
CVE
added 2025/10/07 3:19 p.m.28 views

CVE-2022-50519

CVE-2022-50519 relates to the Linux kernel nilfs2 checkpoint handling. The affected code path was: checkpoint acquisition/finalization may trigger kernel WARN_ONs for anomalies in on-disk checkpoint metadata. The patch replaces WARN_ONs with nilfs_error, so a kernel booted with panic_on_warn no l...

5.5CVSS6AI score0.0015EPSS
Save
CVE
CVE
added 2025/10/07 3:19 p.m.28 views

CVE-2022-50526

Summary of CVE-2022-50526 : In the Linux kernel, the drm/msm/dp bridge handling was fixed to prevent memory corruption when there are more than eight bridges. The root cause was a missing sanity check on the bridge counter, which could corrupt data beyond the fixed-sized bridge array. The fix add...

7.8CVSS6.2AI score0.00144EPSS
Save
CVE
CVE
added 2025/10/07 3:21 p.m.28 views

CVE-2022-50540

CVE-2022-50540 affects the Linux kernel’s dmaengine qcom-adm driver. The root cause is a faulty slave_config implementation that compared peripheral_size against the size of the config pointer instead of the config struct, causing the crci value to be ignored and potentially triggering a kernel p...

5.5CVSS6AI score0.00143EPSS
Save
CVE
CVE
added 2025/10/07 3:21 p.m.28 views

CVE-2022-50542

CVE-2022-50542 affects the Linux kernel media/si470x driver. A use-after-free occurs in si470x_int_in_callback() when urb->context (holding a si470x_device) is freed if si470x_start_usb() has submitted a URB but the subsequent si470x_start() path fails. The fix ensures URBs are destroyed when ...

7.8CVSS6.2AI score0.00152EPSS
Save
CVE
CVE
added 2025/10/07 3:21 p.m.28 views

CVE-2022-50549

CVE-2022-50549 describes an ABBA deadlock in the Linux kernel’s dm-thin path where concurrent drop_caches and dm thin worker activity can cause a deadlock between shrink_slab (holding shrinker_rwsem) and dm_pool_abort_metadata (holding dm_block/root locks). The result is a hung task as shown by t...

5.5CVSS6.2AI score0.00141EPSS
Save
CVE
CVE
added 2025/09/15 2:3 p.m.28 views

CVE-2023-53163

CVE-2023-53163 affects the Linux kernel NTFS-3 driver: a deadlock occurs when ntfs_truncate() calls truncate_setsize() while holding ni_lock, due to interaction with PG_locked set by filemap_update_page() -> filemap_read_folio() after folio_trylock(). This can cause a hung task (do_user_addr_f...

5.5CVSS6AI score0.00145EPSS
Save
CVE
CVE
added 2025/09/15 2:4 p.m.28 views

CVE-2023-53170

CVE-2023-53170 : Linux kernel fix in net: dsa — Removed the unneeded of_node_put from felix_parse_ports_node to prevent double release of child nodes, which could lead to resource leaks or other issues. The change is described as a resolution in the advisory and references kernel commits (e.g., 0...

7.8CVSS6.1AI score0.00134EPSS
Save
CVE
CVE
added 2025/09/15 2:4 p.m.28 views

CVE-2023-53171

CVE-2023-53171 affects the Linux kernel’s vfio/type1 path. The issue occurs when a vfio container is preserved across execs: the task’s mm can change to a new mm with locked_vm=0, causing undercounted DMA mappings and a later unmap to underflow locked_vm, leading to ENOMEM on a subsequent dma map...

5.5CVSS6.1AI score0.00145EPSS
Save
CVE
CVE
added 2025/09/16 8:11 a.m.28 views

CVE-2023-53277

CVE-2023-53277 is a Linux kernel vulnerability in the wifi iwl3945 driver. The issue arises from missing validation of the return value of create_singlethread_workqueue, which can lead to a NULL pointer dereference. Public advisories (Unity Linux UTSA-2025-992797/992386/992212; SUSE-SU-2025:03615...

5.5CVSS6.1AI score0.00146EPSS
Save
CVE
CVE
added 2025/09/16 8:11 a.m.28 views

CVE-2023-53291

CVE-2023-53291 concerns a Linux kernel regression where kfree_scale_thread(s) could continue running after unloading the rcuscale module, risking a page fault. The root cause is the threads not being stopped during module removal, and the fix adds a cleanup call by invoking kfree_scale_cleanup() ...

5.5CVSS5.9AI score0.00136EPSS
Save
CVE
CVE
added 2025/09/16 8:11 a.m.28 views

CVE-2023-53298

CVE-2023-53298 – Linux kernel : The issue is a memory leak in the NFC subsystem. The se_io callback context allocated inside nfc_genl_se_io is not always freed on several error paths, risking a leak. The patch adds explicit cb_context freeing on those error paths. No exploit details are provided ...

5.5CVSS6.1AI score0.00136EPSS
Save
CVE
CVE
added 2025/09/16 4:11 p.m.28 views

CVE-2023-53306

CVE-2023-53306 involves the Linux kernel fsdax path used by XFS for CoW on non-shared extents. The issue arises when a previous non-shared extent is mwrited and its dax entry is left dirty, which produced a WARN at dax_insert_entry. The connected documents consistently describe this as a resolved...

5.5CVSS5.9AI score0.00128EPSS
Save
CVE
CVE
added 2025/09/16 4:11 p.m.28 views

CVE-2023-53312

CVE-2023-53312 : In the Linux kernel, a trace-event interaction with skb_transport_offset() in net_dev_start_xmit could lead to unsafe skb_transport_offset usage. The issue arises after a blamed commit and is fixed by the kernel remediation described in the initial document (commit references inc...

5.5CVSS6.2AI score0.00143EPSS
Save
CVE
CVE
added 2025/09/17 2:56 p.m.28 views

CVE-2023-53337

The CVE concerns the Linux kernel nilfs2 subsystem. After metadata corruption is detected, nilfs2 may degenerate to read-only mode and still perform log writes, causing mark_buffer_dirty() to be invoked on buffer heads lacking the uptodate flag. The vulnerability arises from writes to a read‑only...

5.5CVSS6.3AI score0.00189EPSS
Save
CVE
CVE
added 2025/09/17 2:56 p.m.28 views

CVE-2023-53341

CVE-2023-53341 refers to a Linux kernel memory initialization fix: the function early_init_dt_scan_memory now returns 1 when memory is found and 0 if none, allowing other memory setup paths to run. This changes the control flow after the ramips plat_mem_setup call, addressing scenarios where memo...

5.5CVSS6.3AI score0.00187EPSS
Save
CVE
CVE
added 2025/09/18 1:33 p.m.28 views

CVE-2023-53376

CVE-2023-53376 affects the Linux kernel scsi mpi3mr driver, where bitmap sizing used bytes instead of bits caused slab-out-of-bounds access (notably during firmware download to eHBA-9600) via find_first_zero_bit() in mpi3mr_send_event_ack(). The fix switches bitmap management to number-of-bits ar...

7.8CVSS6.1AI score0.00151EPSS
Save
CVE
CVE
added 2025/10/01 11:42 a.m.28 views

CVE-2023-53458

In CVE-2023-53458, Linux kernel media cx23885 driver may encounter a null pointer dereference in buffer_prepare() and buffer_finish() when dma_alloc_coherent fails during cx23885_risc_buffer() setup, causing risc->cpu to be empty. The vulnerability can be triggered when freeing or accessing th...

5.5CVSS6.2AI score0.00151EPSS
Save
CVE
CVE
added 2025/10/01 11:42 a.m.28 views

CVE-2023-53484

CVE-2023-53484 affects the Linux kernel’s cpu_rmap logic. The vulnerability arises in the lib: cpu_rmap path where, if irq_set_affinity_notifier() is called with a NULL notify, the glue pointer in the corresponding rmap->obj array entry is freed but the pointer remains non-null. A subsequent f...

7.8CVSS6.3AI score0.00149EPSS
Save
CVE
CVE
added 2025/10/01 11:45 a.m.28 views

CVE-2023-53494

CVE-2023-53494 affects the Linux kernel xts code. Root cause: EBUSY is not consistently treated like EINPROGRESS for MAY_BACKLOG callers, risking use-after-free on backlogged requests. Public advisories (EulerOS/MiracleLinux/OpenVAS/Nessus) reference this CVE; no patched version or remediation de...

7.8CVSS6.1AI score0.0015EPSS
Save
CVE
CVE
added 2025/10/01 11:45 a.m.28 views

CVE-2023-53506

CVE-2023-53506 : Linux kernel udf merging long extents. The merge logic that pushes as much length as possible to the first extent caused risk of extents corruption; the patch resolves the behavior by not merging overly long extents. Reported impact is high (local attack, no user interaction) wit...

7.8CVSS6AI score0.00153EPSS
Save
CVE
CVE
added 2025/10/04 3:16 p.m.28 views

CVE-2023-53540

CVE-2023-53540 affects the Linux kernel wifi cfg80211: it rejects authentication/association attempts to an AP when the AP uses our own address as MLD/BSSID to avoid later failures. The issue’s root cause is improper handling of APs that spoof our address; it is mitigated by patches in the Linux ...

7.1CVSS6.2AI score0.0018EPSS
Save
CVE
CVE
added 2025/10/04 3:17 p.m.28 views

CVE-2023-53559

CVE-2023-53559 affects the Linux kernel ip_vti path when an ip_vti device is using the sfb qdisc. The cb field of the skb may be modified during enqueuing, causing slab-use-after-free on IPv6 packet transmission. The root cause is that IP6CB(skb)->nhoff is not set during transmit, as described...

7.8CVSS6.1AI score0.00139EPSS
Save
CVE
CVE
added 2025/10/04 3:17 p.m.28 views

CVE-2023-53571

The CVE-2023-53571 entry concerns the Linux kernel DRM/I915: the fix changes intel_get_crtc_new_encoder() to fetch the dev pointer from the atomic state instead of relying on a potentially NULL encoder, avoiding a WARN that could lead to an oops when a connector for the CRTC isn’t found in the at...

5.5CVSS6.1AI score0.00137EPSS
Save
CVE
CVE
added 2025/10/04 3:17 p.m.28 views

CVE-2023-53576

CVE-2023-53576 affects the Linux kernel’s null_blk driver. The patch ensures queue mode is always validated from configfs by checking queue_mode in null_validate_conf() and returning an error for NULL_Q_RQ to prevent a NULL I/O path OOPs when queue_mode is set to 1. Reproduction steps are provide...

5.5CVSS6AI score0.00135EPSS
Save
CVE
CVE
added 2025/10/04 3:43 p.m.28 views

CVE-2023-53580

CVE-2023-53580 affects the Linux kernel USB gadget core, where the gadget_unbind_driver() path could deadlock with usb_gadget_deactivate() when a UVC gadget driver is removed. The root cause is that gadget_unbind_driver() held udc->connect_lock while invoking the driver’s unbind(), while usb_g...

7.8CVSS6AI score0.00115EPSS
Save
CVE
CVE
added 2025/10/04 3:44 p.m.28 views

CVE-2023-53590

CVE-2023-53590 affects the Linux kernel SCTP scheduler code. The root cause was a missing reference counter in sctp_stream_priorities, which could cause a nested loop when freeing a stream priority (potential heavy CPU usage). The advisory notes that a refcnt is now added in sctp_stream_prioritie...

5.5CVSS6.2AI score0.00111EPSS
Save
CVE
CVE
added 2025/10/04 3:44 p.m.28 views

CVE-2023-53591

CVE-2023-53591 affects the Linux kernel’s mlx5e offload path. The issue is a deadlock in the tc route query code when peer flows are created while holding the devcom rw semaphore. The patch refactors the code for lockless execution by making the devcom data pointer RCU-friendly, wrapping the pair...

5.5CVSS6AI score0.0012EPSS
Save
CVE
CVE
added 2025/10/04 3:44 p.m.28 views

CVE-2023-53594

CVE-2023-53594 is a Linux kernel driver-core resource leak in device_add(): if kobject_add() fails, dev->kobj.parent is set to NULL, causing a leak in resource cleanup and potentially insmod failure for mac80211_hwsim. The initial description and EulerOS/SUSE advisories confirm the vulnerabili...

5.5CVSS6.1AI score0.00135EPSS
Save
CVE
CVE
added 2025/10/04 3:44 p.m.28 views

CVE-2023-53599

CVE-2023-53599 concerns the Linux kernel crypto/af_alg path, specifically a missing initialisation in af_alg_alloc_areq() that caused gcm-aes-s390 to oops when req->dst was read and an empty ciphertext is passed. The issue made gcm_walk_start() operate on an uninitialised pointer (areq->fir...

7.8CVSS6AI score0.00126EPSS
Save
CVE
CVE
added 2025/10/04 3:44 p.m.28 views

CVE-2023-53610

The CVE-2023-53610 issue affects the Linux kernel and is tied to irqchip/refcount handling in platform_irqchip_probe. Specifically, of_irq_find_parent() returns a node pointer with an incremented refcount, and the advisory notes that of_node_put() must be invoked when the node is no longer needed...

5.5CVSS6AI score0.00135EPSS
Save
CVE
CVE
added 2025/10/04 3:44 p.m.28 views

CVE-2023-53615

In CVE-2023-53615, the Linux kernel vulnerability affects the scsi: qla2xxx path and centers on a race when deleting sessions. The issue allowed a session deletion to be queued twice on different CPUs, risking link-list corruption and a system crash in debug builds. The internal trace demonstrate...

8.8CVSS6.1AI score0.0015EPSS
Save
CVE
CVE
added 2025/10/07 3:19 p.m.28 views

CVE-2023-53622

Summary of CVE-2023-53622 (Linux kernel, gfs2): A data race can occur in gfs2_show_options() when accessing fields of gfs2_tune (eg, gt_logd_secs) without holding the gt_spin lock, allowing concurrent execution with gfs2_reconfigure() to race. The fix acquires the lock (sdp->sd_tune.gt_spin) b...

7CVSS6.2AI score0.00135EPSS
Save
CVE
CVE
added 2025/10/07 3:19 p.m.28 views

CVE-2023-53638

Technical details for CVE-2023-53638 are not publicly available in the provided documents. Monitor for updates from official advisories.

7.8CVSS6AI score0.0013EPSS
Save
Total number of security vulnerabilities14704